@charset "utf-8";
.body-container{

}

.container{

}

.container-pc{
    width: 1200px;
    margin: 0 auto;
}

.hide{
    display: none !important;
}
.show{
    display: block !important;
}
.left{
    float: left;
}
.right{
    float: right;
}


